Specify how the above directory should be accessed inside HTML code. This can be an absolute or relative path. For example, if choosing to use an absolute path, it can be "/menu" (or http://www.yourdomain.com/menu). If you want to use relative paths, you can enter ".", "menu", or for example "../menu", depending on the location of the web page containing the menu. menu images will now be accessed inside HTML code by e.g.: ""
Please note: it's usually much better to use absolute HTTP paths (that is, paths starting with "/xxx" or "http://xxx") because HTML code which uses these paths will be valid no matter in which directory it's located. That is, absolute paths will work when placed in server-side script files located in different directories.
Back to previous screen | Continue